body {
	font-size: 1rem;
}

script {
	display:none;
}

.avic-sec01 {
	color: #62a7fd;
	position: relative;
	background-size: cover;
}

.avic-logo {
    background-image: url(../img/logo.png);
    background-size: 180px;
    background-position: left;
    background-repeat: no-repeat;
	padding: 20px 20px 20px 200px;
}

.avic-mlogo {
	display: none;
}

@media only screen and (max-width: 992px) {
    .avic-logo {
        background-image: none;
		padding: 0;
    }

	.avic-mlogo {
		display: block;
	}
}

.avic-sec02 {
	color: #fff;
	position: relative;
	background: #62a7fd;
	background-size: cover;
}

.avic-sec03 {
	color: #fff;
	position: relative;
	background: #427dc5;
	background-size: cover;
}

h1 {
	font-size: 2rem;
	font-weight: 700;
}

.h2_top {
	font-size: 1.5rem;
	font-weight: 700;
}

.h3_top {
	font-size: 0.8rem;
	font-weight: 700;
}

hr {
	background-color: #000;
	border-top: 3px solid rgba(0, 0, 0, .1);
}

.hr-white {
	background-color: #fff;
}

.hr-rblue {
	background-color: #5cb2ff;
}

a {
    color: #fff;
}

a:hover {
	color: #e7e7e7;
	text-decoration: none;
}

a img:hover {
	opacity: .3;
	transition: .4s;
}

footer {
	text-align: center;
	background-color: #555;
	color: #fff;
}

.text-skyblue {
	color: #62a7fd;
}

/* Navbar */

.container-header{
    padding: 0;
}

.navbar{
    height: 60px;
    background-color: #62a7fd;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.navbar-fixed-top{
    border: none;
}

.nav{
    height: 26px;
}

.navbar-nav{
	justify-content: flex-end;
	flex-direction: revert;
}

.navbar-nav > li{
    background-color: #62a7fd;
}

.navbar-nav > li > a{
    height: 60px;
    font-size: 1.0rem;
	font-weight: bold;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    padding: 20px 20px;
    text-align: center;
    line-height: 1.3em;
}

.navbar-default .navbar-nav > li > a:hover{
    background-color: #4598fd;
    color: #fff;
}

/* Login Button */

.nav_other{
    padding: 0;
}

@media only screen and (max-width: 576px) {
    .nav_other{
        padding: 0;
        justify-content: flex-end;
	    flex-direction: revert;
    }

    .navbar-nav{
        justify-content: flex-start;
        flex-direction: column;
    }
}

.nav_other li{
    background-color: #62a7fd;
    font-size: 13px;
    list-style: none;
    text-align: center;
    margin-left: 10px;
}
.nav_other li a{
    padding: 10px 15px;
    display: block;
    line-height: 15px !important;
    border-radius: 20px;
    color: #fff;
    border: none;
    font-weight: bold;
}

.nav_login a{
    background-color: #ffbd59;
}

.nav_login a:hover,
.btn-primary:hover{
    background-color: #fff;
    color: #ffbd59;
}

.nav_login .btn {
    margin-top: -5px;
}

.nav_login .btn:focus {
    outline: none;
    box-shadow: none;
}
